home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / code.cst / 00017_Script_POINTER < prev    next >
Text File  |  1998-10-29  |  198b  |  11 lines

  1. on mouseWithin me
  2.   set the locH of sprite 100 = the mouseH
  3.   set the locV of sprite 100 = the mouseV
  4.   cursor 200
  5. end
  6.  
  7. on mouseLeave me
  8.   set the locV of sprite 100 = -100
  9.   cursor 0
  10. end
  11.